home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD School House 10
/
CD School House - Education and Games (10.0) - Wayzata Technology (1995).iso
/
mac
/
DOS
/
NETWORKS
/
TPAPI
/
NWPRINT.DOC
< prev
next >
Wrap
Text File
|
1992-02-10
|
5KB
|
110 lines
PRINT SERVICES
==============
CancelLPTCapture : WORD;
Cancels a capture of default LPT device.
--------------------------------------------------------------------------------
CancelSpecificLPTCapture (LPTDevice : BYTE) : WORD;
Cancels the capture of a specified LPT device.
--------------------------------------------------------------------------------
EndLPTCapture : WORD;
Ends the capture of the default LPT device.
--------------------------------------------------------------------------------
EndSpecificLPTCapture (LPTDevice : BYTE) : WORD;
Ends the capture of a specified LPT device.
--------------------------------------------------------------------------------
FlushLPTCapture : WORD;
Closes the current capture of the default LPT device and starts another
capture.
--------------------------------------------------------------------------------
FlushSpecificLPTCapture (LPTDevice : BYTE) : WORD;
Closes the current capture of specified LPT device and starts another capture.
--------------------------------------------------------------------------------
GetBannerUserName (VAR BannerUserName : BannerUserNameType) : WORD;
Returns the user name that will be printed on a banner page.
--------------------------------------------------------------------------------
GetDefaultCaptureFlags (VAR CaptureFlags : Capture_Flags) : WORD;
Returns the print job flags for the default LPT device.
--------------------------------------------------------------------------------
GetDefaultLocalPrinter : WORD;
Returns the number of the default LPT device to be used for capture calls.
--------------------------------------------------------------------------------
GetLPTCaptureStatus (VAR LPTServerNumber : WORD) : WORD;
Indicates whether the default capture is active.
--------------------------------------------------------------------------------
GetPrinterQueue (PrinterNumber : BYTE; VAR QueueID : OT_BinderyID) : WORD;
Returns the queue ID of the queue associated with specified printer number on
the file server.
--------------------------------------------------------------------------------
GetPrinterStatus (PrinterNumber : BYTE; VAR PrinterHalted, PrinterOffLine,
FormType, TargetPrinter : BYTE) : WORD;
Returns the current status of a printer.
--------------------------------------------------------------------------------
GetSpecificCaptureFlags (LPTDevice : BYTE;
VAR CaptureFlags : Capture_Flags) : WORD;
Returns the capture flags for the specified LPT device.
--------------------------------------------------------------------------------
SetBannerUserName (BannerUserName : BannerUserNameType) : WORD;
Sets the user name that is printed on a banner page.
--------------------------------------------------------------------------------
SetCapturePrintJob (LPTDevice : BYTE; JobNumber : WORD;
VAR JobFileHandle) : WORD;
JobFileHandle is file handle of a previously opened file.
Assigns a print job and NetWare file handle to the next capture of specified
LPT device.
--------------------------------------------------------------------------------
SetCapturePrintQueue (LPTDevice : BYTE; ConnectionID : BYTE;
QueueID : OT_BinderyID) : WORD;
Sets the queuing server and the target print queue (queue ID) for the next
capture of the specified LPT device.
--------------------------------------------------------------------------------
SetDefaultCaptureFlags (CaptureFlags : Set_Capture_Flags) : WORD;
Sets the capture flags for the default LPT device.
--------------------------------------------------------------------------------
SetDefaultLocalPrinter (LPTDevice : BYTE) : WORD;
Sets the default LPT device for capture files.
--------------------------------------------------------------------------------
SetSpecificCaptureFlags (LPTDevice : BYTE;
CaptureFlags : Set_Capture_Flags) : WORD;
Sets the capture flags for the specified LPT device.
--------------------------------------------------------------------------------
SetSpoolFlags (PrintFlags : BYTE; TabSize, PrinterNumber, NumberOfCopies,
FormType : WORD; BannerUserName : BannerUserNameType) : WORD;
Sets the spool flags at the file server that the print spooler will use when
printing a file.
--------------------------------------------------------------------------------
SpecifyCaptureFile (DriveHandle : BYTE; FilePath : PathNameType) : WORD;
Creates a spool capture file at the file specified by the user.
--------------------------------------------------------------------------------
StartLPTCapture : WORD;
Starts the capture of the default LPT device.
--------------------------------------------------------------------------------
StartsSpecificLPTCapture (LPTDevice : BYTE) : WORD;
Starts the capture of a specific LPT device.
------------------------------------------------------------------------------